This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Bug: xPage date picker does not load locales properly
Feedback Type: Problem
Product Area: Domino Server
Technical Area: Functionality
Platform: Windows 2003 server
Release: Beta 1
Reproducible: Always
If you add a date picker to an xPage, Dojo always uses English CLDR regardless of locale being passed.
Steps to reproduce:
1. Create an xPage
2. Add a date picker control to the xPage
3. Go to the control's Advanced Properties -> Other -> Converter -> Basics -> Locale
4. Change the locale to "Chinese" or "Russian" or anything but English.
5. Save the xPage
6. Open the xPage in a browser
7. Click on the date picker field. English calendars are displayed.
Viewing source of the HTML shows that Domino is generating a "locale" attribute for Dojo, but it doesn't look like it's formatted properly. The locale attributes I'm seeing are being generated as "en_US" when (I believe) they should be formatted to Dojo as "en-us".
Feedback number ECBS7HHLHV created by ~Dana Elfreekony on 08/14/2008
Status: Open
Comments: